home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3thumbn.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_THUMBNAIL_H = 1;
- include("oops/r3model.js")
-
-
- var R3CLID_THUMBNAIL = 1731;
-
-
-
-
-
-
-
- R3THNA_UserName = 1731500;
- function SetR3THNA_UserName(value) {
- R3Set(this.r3obj, R3THNA_UserName, value, R3TID_STRING, 0);
- }
-
- function GetR3THNA_UserName() {
- return R3Get(this.r3obj, R3THNA_UserName, R3TID_STRING, 0);
- }
-
- R3THNA_Company = 1731501;
- function SetR3THNA_Company(value) {
- R3Set(this.r3obj, R3THNA_Company, value, R3TID_STRING, 0);
- }
-
- function GetR3THNA_Company() {
- return R3Get(this.r3obj, R3THNA_Company, R3TID_STRING, 0);
- }
-
- R3THNA_Comment = 1731502;
- function SetR3THNA_Comment(value) {
- R3Set(this.r3obj, R3THNA_Comment, value, R3TID_STRING, 0);
- }
-
- function GetR3THNA_Comment() {
- return R3Get(this.r3obj, R3THNA_Comment, R3TID_STRING, 0);
- }
-
- R3THNA_TimeStamp = 1731503;
- function SetR3THNA_TimeStamp(value) {
- R3Set(this.r3obj, R3THNA_TimeStamp, value, R3TID_INTEGER, 0);
- }
-
- function GetR3THNA_TimeStamp() {
- return R3Get(this.r3obj, R3THNA_TimeStamp, R3TID_INTEGER, 0);
- }
-
- R3THNA_Image = 1731504;
- function SetR3THNA_Image(value) {
- R3Set(this.r3obj, R3THNA_Image, value, R3TID_OBJECT, 0);
- }
-
- function GetR3THNA_Image() {
- return R3ToJS(R3Get(this.r3obj, R3THNA_Image, R3TID_OBJECT, 0));
- }
-
- R3THNA_FramesPerSecond = 1731505;
- function SetR3THNA_FramesPerSecond(value) {
- R3Set(this.r3obj, R3THNA_FramesPerSecond, value, R3TID_INTEGER, 0);
- }
-
- function GetR3THNA_FramesPerSecond() {
- return R3Get(this.r3obj, R3THNA_FramesPerSecond, R3TID_INTEGER, 0);
- }
-
- R3THNA_FrameCount = 1731506;
- function SetR3THNA_FrameCount(value) {
- R3Set(this.r3obj, R3THNA_FrameCount, value, R3TID_INTEGER, 0);
- }
-
- function GetR3THNA_FrameCount() {
- return R3Get(this.r3obj, R3THNA_FrameCount, R3TID_INTEGER, 0);
- }
-
- R3THNA_Sections = 1731507;
- function SetR3THNA_Sections(value) {
- R3Set(this.r3obj, R3THNA_Sections, value, R3TID_INTEGER, 0);
- }
-
- function GetR3THNA_Sections() {
- return R3Get(this.r3obj, R3THNA_Sections, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Thumbnail () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_THUMBNAIL, arguments);
- }
- // Methods
-
- // Attributes
- this.GetUserName=GetR3THNA_UserName;
- this.SetUserName=SetR3THNA_UserName;
- this.GetCompany=GetR3THNA_Company;
- this.SetCompany=SetR3THNA_Company;
- this.GetComment=GetR3THNA_Comment;
- this.SetComment=SetR3THNA_Comment;
- this.GetTimeStamp=GetR3THNA_TimeStamp;
- this.SetTimeStamp=SetR3THNA_TimeStamp;
- this.GetImage=GetR3THNA_Image;
- this.SetImage=SetR3THNA_Image;
- this.GetFramesPerSecond=GetR3THNA_FramesPerSecond;
- this.SetFramesPerSecond=SetR3THNA_FramesPerSecond;
- this.GetFrameCount=GetR3THNA_FrameCount;
- this.SetFrameCount=SetR3THNA_FrameCount;
- this.GetSections=GetR3THNA_Sections;
- this.SetSections=SetR3THNA_Sections;
- // Attributes
- }
-
- r3Thumbnail.prototype=new r3Model;
- // r3thumbn.h_H